home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00270.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  558 b   |  17 lines

  1. on mouseUp
  2.   global md2, rantime, mp
  3.   set the movieRate of sprite 7 to 0
  4.   go(marker(0) + 1)
  5.   set the cursor of sprite 5 to 4
  6.   set rantime to the ticks
  7.   set mp to 5
  8.   if the castNum of sprite 5 = the number of cast "e2fict" then
  9.     set the castNum of sprite 5 to the number of cast "s2fict"
  10.     set md2 to the duration of cast the number of cast "s2fict" - 3
  11.   else
  12.     set md2 to the duration of cast (the castNum of sprite 5 + 1) - 3
  13.     set the castNum of sprite 5 to the castNum of sprite 5 + 1
  14.   end if
  15.   set the cursor of sprite 5 to [50, 51]
  16. end
  17.